[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
HOUR(TEXP) (INTEGER)
Function
Extract the hour (0-23) from a specified time of day.
Syntax
HOUR(texp)
texp = Any time expression.
Return Type & Value
INTEGER
Returns the hour from the specified time expression (texp).
Valid return values are from 0 to 23.
Remarks
This function allows you to extract a particular piece of information
about a TIME value, in this case the hour of the time of day expression.
Examples
PRINTLN "The hour is ",HOUR(TIME())
See Also:
MIN()
SEC()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson